Edit Task: IsLocked
Description
The Locked attribute under EditTask sets the lock for the given task.
Parameters
Parameter | Description |
---|---|
IsLocked | Boolean value. Options are either "TRUE" (locked) or "FALSE" (unlocked). |
Examples
Make TaskA locked
PATCH api/task/TaskA
Body:
{
"IsLocked" : "TRUE"
}